The conditions control file must be a source physical file and may 
be used to specify conditions that Job Watcher will use to limit data 
collection. If a file is specified on this parameter, the  
data collected will be compared against the conditions     
defined in the file.                                  

Conditions must be specified in a specific format. A   
description of valid conditions and formats follows:       
Direct field comparison                           
                                                  
Syntax: FIELDNAME.COMPARAND.VALUE                 
Example 1: The condition will be met when more than 75 synchronous  
database writes occur in the interval                               
                                                                    
SYNDBWRT.GT.75                                                      
                                                                    
Example 2: The condition will be met when the wait time in bucket 6 
is between 30 and 80 microseconds.                                  
                                                                    
QTIME06.GE.30.AND.QTIME06.LE.80                                     
                                                                    
Rate condition                                                      
                                                                    
Syntax: RATE(FIELDNAME).COMPARAND.VALUE                             
                                                                    
Example: The condition will be met when the rate of synchronous    
database writes is greater than 10 per second                        
                                                                     
RATE(SYNDBWRT).GT.10                                                 
                                                                     
Percent condition (applies to time spent in a particular wait        
bucket)                                                              
                                                                     
Syntax: PERCENT(FIELDNAME).COMPARAND.VALUE                           
                                                                     
Example: The condition will be met when more than 10 percent of time 
spent waiting was counted in bucket 9                                
                                                                     
PERCENT(QTIME09).GT.10                                               
                                                                     
Average condition             
Syntax: AVERAGE(FIELDNAME1,FIELDNAME2).COMPARAND.VALUE where        
FIELDNAME1 is a time and FIELDNAME2 is a corresponding count        
                                                                    
Note: At this time the only time/count combinations reported in Job 
Watcher are the wait bucket times and counts reported in the        
QAPYJWTDE file.                                                     
                                                                    
Example: The condition will be met when the average wait time for a 
wait counted in bucket 5 is greater than 50 microseconds            
                                                                    
AVERAGE(QTIME05,QCOUNT05).GT.50                                     
                                                                                                           